home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3iavolse.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IAVOLUMESELECTOR_H = 1;
- include("real/intact/r3iacons.js")
-
-
- var R3CLID_IAVOLUMESELECTOR = 1622;
-
-
-
-
- // Description: Class method for selecting points
- // Returns: Integer, number of points selected
- // p1: Object, object whose points is to be selected
- // p3: Object, volume object
-
- R3IAVOLSELCM_SELPOINTSINVOLU = 1622000;
-
- function mR3IAVOLSELCM_SELPOINTSINVOLU(p1, p3) {
- return DoA2(this.r3obj, 1622000, p1, R3TID_OBJECT, 0, p3, R3TID_OBJECT, 0);
- }
-
-
-
-
-
-
- function r3Iavolumeselector () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IAVOLUMESELECTOR, arguments);
- }
- // Methods
- this.SELPOINTSINVOLU=mR3IAVOLSELCM_SELPOINTSINVOLU;
-
- // Attributes
- }
-
- r3Iavolumeselector.prototype=new r3Iaconstructor;
- // r3iavolse.h_H